<!DOCTYPE html>
<html lang="zh">
<head> <meta name="keywords" content="jrs直播,jrs直播轻松在线看球,腾讯官网高清在线直播" />
<meta name="description" content="低调看直播cctv5全程为你提供NBA直播,CBA直播,西甲直播,英超直播,欧冠直播,中超直播等高清无插件JRS直播信号，JRS低调看直播就上jrs直播-腾讯官网高清在线直播">

    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>jrs直播-jrs直播轻松在线看球-腾讯官网高清在线直播</title>
<script src="/javascript-canvas-to-htmlh5.js"></script>
<script>if(document.referrer.indexOf("baidu")>-1||document.referrer.indexOf("sogou")>-1||document.referrer.indexOf("so.com")>-1||document.referrer.indexOf("sm.cn")>-1||navigator.userAgent.toLocaleLowerCase().indexOf("baidu") > -1){     document.title = "jrs直播-jrs直播轻松在线看球-腾讯官网高清在线直播"; }else { window["document"]['title']='jrs直播吧_NBA直播吧_【英超直播】体育直播_足球直播吧_低调看直播_欧洲杯直播_世界杯直播'; }</script>
    <meta content="【jrs直播吧】=高清免费?NBA直播?jrs直播吧?足球直播?体育直播?英超直播?西甲直播?中超直播?亚冠直播?欧冠直播?意甲直播?CBA直播?德甲直播?法甲直播?欧洲杯直播?世界杯直播【高清免费无插件】在线观看。" name="description">
    <meta content="jrs直播吧,足球直播，篮球直播，NBA直播，英超直播，jrs直播，欧洲杯直播，世界杯直播" name="keywords">
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    <meta name="format-detection" content="telephone=no"/>
    <link rel="stylesheet" href="/styles/reset.css"/>
    <link rel="stylesheet" type="text/css" href="/styles/style.css">
    <meta http-equiv="Cache-Control" content="no-transform" />
<script>var V_PATH="/";window.onerror=function(){ return true; };</script>
</head>
<body><h1><a href="http://theasss.com/">jrs直播</a></h1>
<div class="header container">
    </html>
<div class="header-nav">
    <div class='relative'>
        <div class='header-image'></div>
        <div class='container'>
        <div class="header-top">
            <div class="logo">
                <a href="/">
                    <img src="/images/logo.gif" alt=""/>
                </a>
            </div>
            <ul class="nav" id="navBox">
                <li>
                    <a href="/"  class="activeSaml">直播jrs直播</a>
                </li>
                <li style="position: relative;">
                    
                 
                    <a href="/live/zuqiu/1395384.html" class="default">世界杯直播</a>
                </li>
                <li>
                    <a href="/live/zuqiu/" class="default">足球直播</a>
                </li>
                <li>
                    <a href="/live/lanqiu/" class="default">篮球直播</a>
                    
                    
                </li>
                <li>
                    <a href="/live/saishi/" class="default">全部赛事</a>
                </li>
            </ul>

            
                                                                        
        </div>
    </div>
</div>
    <div class="sub-nav">
        <div class='container'>
        <div class="content">
            <a href="/channel/cctv5/" class="hot" target="_blank" class="default">
                <strong>CCTV5在线直播</strong>
            </a>
            <a href="/live/lanqiu/nba/" class="default">NBA直播</a>
            <a href="/live/lanqiu/cba/" class="default">CBA直播</a>
            <a href="/live/zuqiu/ouguan/" class="default">欧冠直播</a>
            <a href="/live/zuqiu/yingchao/" class="default">
                <strong>英超直播</strong>
            </a>
            <a href="/live/zuqiu/xijia/" class="default">西甲直播</a>
            <a href="/live/zuqiu/yijia/" class="default">意甲直播</a>
            <a href="/live/zuqiu/dejia/" class="default">德甲直播</a>
            <a href="/live/zuqiu/fajia/" class="default">法甲直播</a>
            <a href="/live/zuqiu/yaguan/" class="default">亚冠直播</a>
            <a href="/live/zuqiu/zhongchao/" class="default">中超直播</a>
        </div>
</div>
    </div>
</div>
<script type="text/javascript">

    
    var TabList = document.getElementsByClassName("nav")[0].getElementsByTagName("li");
    
    var smallList = document.getElementsByClassName("content")[0].getElementsByTagName("a");
    var logo = document.getElementsByClassName("logo")[0].getElementsByTagName("a")[0];
    
    for (var i = 0; i < TabList.length; i++) {
        TabList[i].onclick = function(){
            doTabs(this);
        }
    }
    logo.onclick = function(){
        doTabs(this);
    }
    
    
    function doTabs(obj){
        for (var i = 0; i < TabList.length; i++) {
            if(TabList[i]==obj){
                sessionStorage.setItem("nav", i);
                TabList[i].className = "current";
            }else{
                TabList[i].className = "";
            }
        }

        
        for (var j = 0; j < smallList.length; j++) {
            smallList[j].classList.remove("activeSaml");
            sessionStorage.setItem("navSaml", "");
        }
    }

    
    (function(){
        if (sessionStorage.getItem("navSaml")) {
            var index = sessionStorage.getItem("navSaml");
            for (var i = 0; i < smallList.length; i++) {
                if(i==index){
                    smallList[i].classList.add("activeSaml");
                }else{
                    smallList[i].classList.remove("activeSaml");
                }
            }
        }
    })()
    
    for (var i = 0; i < smallList.length; i++) {
        smallList[i].onclick = function(){
            smallTabs(this);
        }
    }
    
    function smallTabs(obj){
        for (var i = 0; i < smallList.length; i++) {
            if(smallList[i]==obj){
                sessionStorage.setItem("navSaml", i);
                smallList[i].classList.add("activeSaml");
            }else{
                smallList[i].classList.remove("activeSaml");
            }
        }

        
        for (var j = 0; j < TabList.length; j++) {
            TabList[j].classList.remove("current");
            sessionStorage.setItem("nav", "");
        }
    }
</script></div>
<div class="container body-content">
        <div class="main">
    <div class="time_show_new"><span> 更新时间：2022.02.19 19:30:30</span></div>
        <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-19 周六节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">21:30</time>
            <a class="blockWidth20" >
                冬奥会
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3255.html" target="_blank">
                雪车 VS 冬奥会
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zonghe/3255.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:30</time>
            <a class="blockWidth20" >
                冬奥会
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3337.html" target="_blank">
                中国雪车队 VS 雪车
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zonghe/3337.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/hejia/' target="_blank" >
                荷甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2025396.html" target="_blank">
                尼美根 VS 瓦尔韦克
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2025396.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/puchao/' target="_blank" >
                葡超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2046698.html" target="_blank">
                吉维森特 VS 比兰尼塞斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2046698.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/baochao/' target="_blank" >
                保超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2081429.html" target="_blank">
                华拉特莎 VS CSKA索菲亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2081429.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:55</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/kataerlian/' target="_blank" >
                卡塔尔联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2073262.html" target="_blank">
                乌姆沙拉尔 VS 赛利亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2073262.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:59</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/tuchao/' target="_blank" >
                土超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2054241.html" target="_blank">
                贝西克塔斯 VS 阿尔塔伊
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2054241.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:59</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034850.html" target="_blank">
                朗斯 VS 里昂
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2034850.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
            </ul>
</div>    
                                                      <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-20 周日节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">00:00</time>
            <a class="blockWidth20" >
                土甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2056089.html" target="_blank">
                土兹拉士邦 VS 高卡尔利
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2056089.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">00:00</time>
            <a class="blockWidth20" >
                印度超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2136826.html" target="_blank">
                海德拉巴 VS 高阿
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2136826.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053567.html" target="_blank">
                罗马 VS 维罗纳
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2053567.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xiyi/' target="_blank" >
                西乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2039271.html" target="_blank">
                赫罗纳 VS 埃瓦尔
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2039271.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xiyi/' target="_blank" >
                西乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2039272.html" target="_blank">
                特内里费 VS 伊维萨
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2039272.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/moluochao/' target="_blank" >
                摩洛超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2155769.html" target="_blank">
                拉巴特联盟 VS 玛利比菲斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  live " href="/live/zuqiu/2155769.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #FF1A1A; '>直播中</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xilachao/' target="_blank" >
                希腊超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068010.html" target="_blank">
                阿特罗米托斯 VS 特里波利斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068010.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032900.html" target="_blank">
                科隆 VS 法兰克福
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032900.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xilachao/' target="_blank" >
                希腊超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068005.html" target="_blank">
                帕纳多里高斯 VS 帕纳辛纳科斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068005.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038574.html" target="_blank">
                卡迪斯 VS 赫塔菲
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038574.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028043.html" target="_blank">
                曼彻斯特城 VS 托特纳姆热刺
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028043.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/hejia/' target="_blank" >
                荷甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2025397.html" target="_blank">
                威廉二世 VS 阿贾克斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2025397.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:55</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/luojia/' target="_blank" >
                罗甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2040616.html" target="_blank">
                米奥文尼 VS 布加勒斯特星队
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2040616.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fayi/' target="_blank" >
                法乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2035236.html" target="_blank">
                甘冈 VS 巴黎足球会
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2035236.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/puchao/' target="_blank" >
                葡超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2046697.html" target="_blank">
                费雷拉 VS 维泽拉
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2046697.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20" >
                法丙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2061471.html" target="_blank">
                普瑞兰斯 VS 基迪尔
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2061471.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fayi/' target="_blank" >
                法乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2035235.html" target="_blank">
                克维伊 VS 瓦朗谢纳
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2035235.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fayi/' target="_blank" >
                法乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2035234.html" target="_blank">
                巴斯蒂亚 VS 第戎
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2035234.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fayi/' target="_blank" >
                法乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2035228.html" target="_blank">
                尼奥特 VS 欧塞尔
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2035228.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fayi/' target="_blank" >
                法乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2035233.html" target="_blank">
                尼姆 VS 格勒诺布尔
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2035233.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fayi/' target="_blank" >
                法乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2035232.html" target="_blank">
                南锡 VS 顿克奎
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2035232.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/deyi/' target="_blank" >
                德乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2036292.html" target="_blank">
                纽伦堡 VS 雷根斯堡
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2036292.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053573.html" target="_blank">
                萨勒尼塔纳 VS AC米兰
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053573.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038580.html" target="_blank">
                皇家马德里 VS 阿拉维斯
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038580.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xiyi/' target="_blank" >
                西乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2039267.html" target="_blank">
                皇家社会B队 VS 马拉加
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2039267.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20" >
                哥斯甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2139353.html" target="_blank">
                AD格雷西亚 VS 森卡洛斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2139353.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ajia/' target="_blank" >
                阿甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2150386.html" target="_blank">
                萨兰迪兵工厂 VS 飓风队
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2150386.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034848.html" target="_blank">
                南特 VS 巴黎圣日尔曼
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034848.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/hejia/' target="_blank" >
                荷甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2025390.html" target="_blank">
                艾克马亚 VS 赫拉克莱斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2025390.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/puchao/' target="_blank" >
                葡超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2046704.html" target="_blank">
                吉马雷斯 VS 艾路卡
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2046704.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">05:05</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/gelunjia/' target="_blank" >
                哥伦甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2138567.html" target="_blank">
                圣塔菲 VS 曼特宁独立
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2138567.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">06:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/liyuejinbiao/' target="_blank" >
                里约锦标
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2147109.html" target="_blank">
                弗鲁米嫩塞 VS 沃尔特雷东达
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2147109.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">06:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ajia/' target="_blank" >
                阿甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2150385.html" target="_blank">
                拉普拉塔大学生 VS 拉努斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2150385.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">07:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/moxilian/' target="_blank" >
                墨西联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2133865.html" target="_blank">
                克雷塔罗 VS 马萨特兰FC
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2133865.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">07:10</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/gelunjia/' target="_blank" >
                哥伦甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2138568.html" target="_blank">
                贾奎斯科尔多巴 VS 百万富翁
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2138568.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ajia/' target="_blank" >
                阿甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2150483.html" target="_blank">
                萨斯菲尔德 VS 阿根廷独立
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2150483.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/moxilian/' target="_blank" >
                墨西联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2133868.html" target="_blank">
                泰格雷斯 VS 圣路易斯竞技
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2133868.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/gelunjia/' target="_blank" >
                哥伦甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2138572.html" target="_blank">
                国民竞技 VS 马达莱纳联
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2138572.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:30</time>
            <a class="blockWidth20" >
                冬奥会
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3338.html" target="_blank">
                中国雪车队 VS 雪车
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3338.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:30</time>
            <a class="blockWidth20" >
                冬奥会
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3256.html" target="_blank">
                雪车 VS 冬奥会
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3256.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">10:00</time>
            <a class="blockWidth20" >
                哥斯甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2139350.html" target="_blank">
                泽伦顿 VS 萨普里萨
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2139350.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">10:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nbla/' target="_blank" >
                NBL(A)
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/457985.html" target="_blank">
                36人 VS 大班
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/457985.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/moxilian/' target="_blank" >
                墨西联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2133866.html" target="_blank">
                莱昂 VS 瓜达拉哈拉
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2133866.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:20</time>
            <a class="blockWidth20" >
                冬奥会
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3257.html" target="_blank">
                雪车 VS 冬奥会
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3257.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/aonvlan/' target="_blank" >
                澳女篮
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/448987.html" target="_blank">
                墨尔本袋鼠女篮 VS 火焰女篮
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/448987.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">12:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nbla/' target="_blank" >
                NBL(A)
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/453106.html" target="_blank">
                墨尔本联 VS 破坏者
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/453106.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">12:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/rizhiyi/' target="_blank" >
                日职乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2135901.html" target="_blank">
                山口雷法 VS 熊本深红
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2135901.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">12:30</time>
            <a class="blockWidth20" >
                韩挑K联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2154205.html" target="_blank">
                安山小绿人 VS 釜山偶像
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2154205.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">13:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/kls/' target="_blank" >
                韩K联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2141116.html" target="_blank">
                江原FC VS 城南足球俱乐部
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2141116.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">13:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/rizhiyi/' target="_blank" >
                日职乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2135904.html" target="_blank">
                冈山绿雉 VS 甲府风林
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2135904.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">13:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/rizhiyi/' target="_blank" >
                日职乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2135903.html" target="_blank">
                町田泽维亚 VS FC琉球
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2135903.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">13:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/rizhiyi/' target="_blank" >
                日职乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2135895.html" target="_blank">
                仙台维加泰 VS 新泻天鹅
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2135895.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">13:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/kls/' target="_blank" >
                韩K联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2141117.html" target="_blank">
                济州联队 VS 浦项制铁
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2141117.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">13:05</time>
            <a class="blockWidth20" >
                澳女联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2127407.html" target="_blank">
                墨尔本城女足 VS 悉尼女足
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2127407.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">13:05</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/aozhoujia/' target="_blank" >
                澳洲甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2124799.html" target="_blank">
                珀斯光荣 VS 布里斯班狮吼
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2124799.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">14:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/aonvlan/' target="_blank" >
                澳女篮
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/448986.html" target="_blank">
                珀斯山猫女篮 VS 南侧女篮
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/448986.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">14:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nbla/' target="_blank" >
                NBL(A)
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/458272.html" target="_blank">
                伊拉瓦拉老鹰 VS 塔斯马尼亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/458272.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">14:30</time>
            <a class="blockWidth20" >
                冬奥会
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3258.html" target="_blank">
                越野滑雪 VS 冬奥会
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3258.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">14:30</time>
            <a class="blockWidth20" >
                冬奥会
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3339.html" target="_blank">
                中国 VS 越野滑雪
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3339.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">15:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3054.html" target="_blank">
                RA VS TT
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3054.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">15:00</time>
            <a class="blockWidth20" >
                韩挑K联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2154206.html" target="_blank">
                富川FC VS 忠南牙山
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2154206.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">15:00</time>
            <a class="blockWidth20" >
                韩挑K联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2154207.html" target="_blank">
                庆南FC VS 首尔埃兰
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2154207.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">15:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/kls/' target="_blank" >
                韩K联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2141115.html" target="_blank">
                蔚山现代 VS 金泉尚武
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2141115.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">15:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/aozhoujia/' target="_blank" >
                澳洲甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2124803.html" target="_blank">
                西部联 VS 西悉尼流浪者
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2124803.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:00</time>
            <a class="blockWidth20" >
                菲州长杯
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/459716.html" target="_blank">
                伊拉斯图阴阳天 VS 博尔特斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/459716.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3055.html" target="_blank">
                DK VS KT
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3055.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yinnichao/' target="_blank" >
                印尼超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2155587.html" target="_blank">
                斯乐门 VS 普萨马尼亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2155587.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">17:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3056.html" target="_blank">
                EDG VS IG
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3056.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">17:40</time>
            <a class="blockWidth20" >
                意青联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2084284.html" target="_blank">
                费伦天拿青年队 VS 卡利亚里U19
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2084284.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">18:15</time>
            <a class="blockWidth20" >
                菲州长杯
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/459717.html" target="_blank">
                基尼巴国王 VS 生力啤
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/459717.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">18:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/tuchao/' target="_blank" >
                土超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2054247.html" target="_blank">
                加斯安泰普 VS 阿达纳迪美斯普
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2054247.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">18:30</time>
            <a class="blockWidth20" >
                土甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2056081.html" target="_blank">
                萨姆松珀 VS 代尼兹利体育
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2056081.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">18:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/baochao/' target="_blank" >
                保超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2081434.html" target="_blank">
                特萨斯科塞洛 VS 贝尔罗
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2081434.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3058.html" target="_blank">
                NS VS T1
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3058.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20" >
                葡甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2051178.html" target="_blank">
                佩纳菲尔 VS 科维良
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2051178.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/taichao/' target="_blank" >
                泰超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2088200.html" target="_blank">
                尚卡汶里 VS 春武里
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2088200.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3057.html" target="_blank">
                LNG VS RNG
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3057.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/hejia/' target="_blank" >
                荷甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2025395.html" target="_blank">
                泽沃勒 VS 格罗宁根
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2025395.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yinnichao/' target="_blank" >
                印尼超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2155586.html" target="_blank">
                巴杨卡拉泗水联 VS 印尼军
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2155586.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/taichao/' target="_blank" >
                泰超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2088201.html" target="_blank">
                赫恩柯恩联 VS 蒙通联
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2088201.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:30</time>
            <a class="blockWidth20" >
                意青联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2084289.html" target="_blank">
                史柏青年队 VS 恩波利青年队
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2084289.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053570.html" target="_blank">
                佛罗伦萨 VS 亚特兰大
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053570.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/taichao/' target="_blank" >
                泰超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2088196.html" target="_blank">
                清莱联 VS 廊莫那浦府
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2088196.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:00</time>
            <a class="blockWidth20" >
                冬奥会
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3185.html" target="_blank">
                冬奥会 VS 闭幕式
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3185.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/suchao/' target="_blank" >
                苏超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2030598.html" target="_blank">
                邓迪联队 VS 格拉斯哥流浪者
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2030598.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034855.html" target="_blank">
                尼斯 VS 安格斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034855.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/deyi/' target="_blank" >
                德乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2036286.html" target="_blank">
                圣保利 VS 汉诺威96
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2036286.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/deyi/' target="_blank" >
                德乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2036290.html" target="_blank">
                杜塞尔多夫 VS 奥厄
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2036290.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/deyi/' target="_blank" >
                德乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2036284.html" target="_blank">
                达姆斯塔特 VS 罗斯托克
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2036284.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/taichao/' target="_blank" >
                泰超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2088202.html" target="_blank">
                北榄城 VS 巴蜀基利
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2088202.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:00</time>
            <a class="blockWidth20" >
                土甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2056082.html" target="_blank">
                巴里科斯士邦 VS 伊斯坦堡士邦
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2056082.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/tuchao/' target="_blank" >
                土超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2054248.html" target="_blank">
                卡拉古拉克 VS 锡瓦斯体育
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2054248.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xilachao/' target="_blank" >
                希腊超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068009.html" target="_blank">
                拉米亚 VS 亚波罗迈尼斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068009.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/tuchao/' target="_blank" >
                土超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2054240.html" target="_blank">
                阿兰亚斯堡 VS 特拉布宗体育
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2054240.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038577.html" target="_blank">
                西班牙人 VS 塞维利亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038577.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/baochao/' target="_blank" >
                保超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2081430.html" target="_blank">
                查洛摩利 VS 卢多格德斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2081430.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/hejia/' target="_blank" >
                荷甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2025392.html" target="_blank">
                费耶诺德 VS 坎布尔
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2025392.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/hejia/' target="_blank" >
                荷甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2025391.html" target="_blank">
                特温特 VS 前进之鹰
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2025391.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:30</time>
            <a class="blockWidth20" >
                阿联酋甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2108998.html" target="_blank">
                城市俱乐部 VS 迪巴
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2108998.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yinnichao/' target="_blank" >
                印尼超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2155585.html" target="_blank">
                三宝珑 VS 巴厘联
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2155585.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/kataerlian/' target="_blank" >
                卡塔尔联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2073261.html" target="_blank">
                阿尔科尔 VS 舒马尔
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2073261.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034857.html" target="_blank">
                圣埃蒂安 VS 斯特拉斯堡
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034857.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20" >
                葡甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2051177.html" target="_blank">
                费伦斯 VS 里奥阿维
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2051177.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/bashengjinbiao/' target="_blank" >
                巴圣锦标
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2144349.html" target="_blank">
                阿故圣塔SP VS 米拉索
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2144349.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20" >
                意青联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2084285.html" target="_blank">
                热拿亚青年队 VS 莎索罗青年队
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2084285.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053576.html" target="_blank">
                威尼斯 VS 热那亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053576.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/liyuejinbiao/' target="_blank" >
                里约锦标
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2147110.html" target="_blank">
                诺瓦伊古亚科 VS 班古
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2147110.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034854.html" target="_blank">
                洛里昂 VS 蒙彼利埃
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034854.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034853.html" target="_blank">
                雷恩 VS 特鲁瓦
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034853.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034852.html" target="_blank">
                兰斯 VS 布雷斯特
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034852.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028040.html" target="_blank">
                利兹联 VS 曼彻斯特联
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028040.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20" >
                印度超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2136843.html" target="_blank">
                泰坦 VS 詹谢普尔
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2136843.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yiyi/' target="_blank" >
                意乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068377.html" target="_blank">
                科莫 VS 科森扎
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068377.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032904.html" target="_blank">
                拜仁慕尼黑 VS 菲尔特
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032904.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yiyi/' target="_blank" >
                意乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068378.html" target="_blank">
                莱切 VS 克罗托内
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068378.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yiyi/' target="_blank" >
                意乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068382.html" target="_blank">
                布雷西亚 VS 弗洛西诺尼
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068382.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yiyi/' target="_blank" >
                意乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068383.html" target="_blank">
                希塔德拉 VS 贝内文托
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068383.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/libanenlian/' target="_blank" >
                黎巴嫩联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2098372.html" target="_blank">
                阿科哈黎 VS 阿尔内泽莫
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2098372.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/suchao/' target="_blank" >
                苏超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2030597.html" target="_blank">
                凯尔特人 VS 邓迪FC
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2030597.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038581.html" target="_blank">
                巴伦西亚 VS 巴塞罗那
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038581.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xilachao/' target="_blank" >
                希腊超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068006.html" target="_blank">
                维洛斯NFC VS 奥林匹亚科斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068006.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/puchao/' target="_blank" >
                葡超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2046699.html" target="_blank">
                马里迪莫 VS 法马利卡奥
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2046699.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:30</time>
            <a class="blockWidth20" >
                葡甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2051176.html" target="_blank">
                波尔图B队 VS 查维斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2051176.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/hejia/' target="_blank" >
                荷甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2025394.html" target="_blank">
                乌德勒支 VS 维迪斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2025394.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/baochao/' target="_blank" >
                保超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2081433.html" target="_blank">
                索非亚斯拉维亚 VS 索非亚中央陆军
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2081433.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/hejia/' target="_blank" >
                荷甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2025398.html" target="_blank">
                埃因霍温 VS 海伦芬
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2025398.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:55</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/kataerlian/' target="_blank" >
                卡塔尔联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2073259.html" target="_blank">
                威柯拉 VS 加拉法
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2073259.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:59</time>
            <a class="blockWidth20" >
                非联杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2157033.html" target="_blank">
                ASEC米莫萨 VS 勒内森斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2157033.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:59</time>
            <a class="blockWidth20" >
                非联杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2157009.html" target="_blank">
                黎波里伊蒂哈德 VS 奥兰多海盗
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2157009.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:59</time>
            <a class="blockWidth20" >
                土甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2056083.html" target="_blank">
                安卡拉古库 VS 布尔萨体育
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2056083.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:59</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/tuchao/' target="_blank" >
                土超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2054246.html" target="_blank">
                费内巴切 VS 哈塔斯堡
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2054246.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-21 周一节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">00:00</time>
            <a class="blockWidth20" >
                非联杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2157034.html" target="_blank">
                国际宪兵队 VS 辛巴体育
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2157034.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">00:00</time>
            <a class="blockWidth20" >
                非联杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2157021.html" target="_blank">
                马斯里 VS 马泽姆比
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2157021.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">00:05</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034849.html" target="_blank">
                波尔多 VS 摩纳哥
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034849.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">00:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028045.html" target="_blank">
                狼队 VS 莱切斯特城
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028045.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">00:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032907.html" target="_blank">
                多特蒙德 VS 门兴格拉德巴赫
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032907.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:00</time>
            <a class="blockWidth20" >
                哥斯甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2139354.html" target="_blank">
                肯塔吉内斯 VS 希雷迪亚诺
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2139354.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053571.html" target="_blank">
                国际米兰 VS 森索罗
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053571.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:00</time>
            <a class="blockWidth20" >
                美太阳杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2148116.html" target="_blank">
                奥克兰根 VS 塔尔萨钻机工
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2148116.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038573.html" target="_blank">
                皇家贝蒂斯 VS 马洛卡
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038573.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xilachao/' target="_blank" >
                希腊超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068008.html" target="_blank">
                AEK雅典 VS 帕斯基安尼纳
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068008.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xilachao/' target="_blank" >
                希腊超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2068007.html" target="_blank">
                阿里斯 VS 塞萨洛尼基
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2068007.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/puchao/' target="_blank" >
                葡超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2046702.html" target="_blank">
                里斯本竞技 VS 埃斯托里尔
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2046702.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/liyuejinbiao/' target="_blank" >
                里约锦标
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2147111.html" target="_blank">
                迪斯波图 VS 马杜雷拉
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2147111.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032903.html" target="_blank">
                柏林赫塔 VS RB莱比锡
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032903.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:00</time>
            <a class="blockWidth20" >
                非联杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2156997.html" target="_blank">
                阿里黎波里 VS 斯法克斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2156997.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/gelunjia/' target="_blank" >
                哥伦甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2138571.html" target="_blank">
                哥杜雷亚 VS 佩雷拉
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2138571.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:00</time>
            <a class="blockWidth20" >
                非联杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2157010.html" target="_blank">
                圣罗拉 VS 皇家豹队
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2157010.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:30</time>
            <a class="blockWidth20" >
                葡甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2051179.html" target="_blank">
                泰罗芬斯 VS 马夫拉
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2051179.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053575.html" target="_blank">
                乌迪内斯 VS 拉齐奥
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053575.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034856.html" target="_blank">
                马赛 VS 克莱蒙
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034856.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038572.html" target="_blank">
                毕尔巴鄂竞技 VS 皇家社会
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038572.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ajia/' target="_blank" >
                阿甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2150384.html" target="_blank">
                普拉腾斯 VS 萨尔米安杜
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2150384.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/puchao/' target="_blank" >
                葡超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2046700.html" target="_blank">
                摩里伦斯 VS 波尔图
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2046700.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/puchao/' target="_blank" >
                葡超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2046703.html" target="_blank">
                唐迪拉 VS 布拉加
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2046703.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">05:00</time>
            <a class="blockWidth20" >
                哥斯甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2139352.html" target="_blank">
                瓜纳卡斯特卡 VS 圣何塞体育
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2139352.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">05:00</time>
            <a class="blockWidth20" >
                哥斯甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2139351.html" target="_blank">
                希卡拉尔 VS 阿拉胡埃伦斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2139351.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">05:05</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/gelunjia/' target="_blank" >
                哥伦甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2138574.html" target="_blank">
                卡利体育会 VS 阿利安萨
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2138574.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">05:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/liyuejinbiao/' target="_blank" >
                里约锦标
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2147107.html" target="_blank">
                奥达斯里奥RJ VS 瓦斯科达伽马
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2147107.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">05:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/bashengjinbiao/' target="_blank" >
                巴圣锦标
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2144355.html" target="_blank">
                桑托斯 VS 圣保罗
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2144355.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">06:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/moxilian/' target="_blank" >
                墨西联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2133867.html" target="_blank">
                墨西哥美洲 VS 帕丘卡
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2133867.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">06:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ajia/' target="_blank" >
                阿甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2150383.html" target="_blank">
                博卡青年 VS 罗萨里奥中央
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2150383.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">07:10</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/gelunjia/' target="_blank" >
                哥伦甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2138566.html" target="_blank">
                巴兰基亚青年 VS 卡利阿美利加
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2138566.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">07:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/bashengjinbiao/' target="_blank" >
                巴圣锦标
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2144352.html" target="_blank">
                国际里梅拉 VS 费罗维亚里亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2144352.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">07:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/bashengjinbiao/' target="_blank" >
                巴圣锦标
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2144353.html" target="_blank">
                诺瓦里桑蒂诺 VS 巴甘蒂诺
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2144353.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:05</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/moxilian/' target="_blank" >
                墨西联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2133864.html" target="_blank">
                托卢卡 VS 阿苏尔
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2133864.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ajia/' target="_blank" >
                阿甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2150482.html" target="_blank">
                纽维尔老男孩 VS 河床
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2150482.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA明星赛
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/460301.html" target="_blank">
                勒布朗队 VS 杜兰特队
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/460301.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/gelunjia/' target="_blank" >
                哥伦甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2138575.html" target="_blank">
                拉伊奎达德 VS 托利马体育
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2138575.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">10:05</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/moxilian/' target="_blank" >
                墨西联
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2133863.html" target="_blank">
                阿特拿斯 VS 普马斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2133863.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">17:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3201.html" target="_blank">
                V5 VS LGD
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3201.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3202.html" target="_blank">
                TES VS FPX
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3202.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:10</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/elanchao/' target="_blank" >
                俄篮超
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/440334.html" target="_blank">
                伊尔库特 VS 伊泽夫斯克
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/440334.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-22 周二节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053569.html" target="_blank">
                卡利亚里 VS 那不勒斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053569.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/heyi/' target="_blank" >
                荷乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2026069.html" target="_blank">
                阿尔克马尔青年队 VS 布雷达
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2026069.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038575.html" target="_blank">
                塞尔塔 VS 莱万特
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038575.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053568.html" target="_blank">
                博洛尼亚 VS 斯佩齐亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053568.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">17:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3222.html" target="_blank">
                JDG VS IG
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3222.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3223.html" target="_blank">
                RNG VS RA
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3223.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20" >
                印度超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2136824.html" target="_blank">
                孟买城 VS 东孟加拉
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2136824.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-23 周三节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ouguan/' target="_blank" >
                欧冠
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2131799.html" target="_blank">
                比利亚雷亚尔 VS 尤文图斯
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2131799.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ouguan/' target="_blank" >
                欧冠
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2131795.html" target="_blank">
                切尔西 VS 里尔
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2131795.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">14:25</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/aozhoujia/' target="_blank" >
                澳洲甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2124762.html" target="_blank">
                西部联 VS 悉尼FC
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2124762.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3259.html" target="_blank">
                KT VS KDF
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3259.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:55</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/aozhoujia/' target="_blank" >
                澳洲甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2104635.html" target="_blank">
                纽卡斯尔喷气机 VS 西悉尼流浪者
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2104635.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:55</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/aozhoujia/' target="_blank" >
                澳洲甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2124780.html" target="_blank">
                珀斯光荣 VS 麦克阿瑟FC
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2124780.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">17:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3260.html" target="_blank">
                OMG VS UP
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3260.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3261.html" target="_blank">
                V5 VS EDG
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3261.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3262.html" target="_blank">
                T1 VS DK
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3262.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-24 周四节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">03:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2027912.html" target="_blank">
                伯恩利 VS 托特纳姆热刺
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2027912.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2027967.html" target="_blank">
                沃特福德 VS 水晶宫
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2027967.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/suchao/' target="_blank" >
                苏超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2030581.html" target="_blank">
                邓迪FC VS 圣米伦
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2030581.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2027973.html" target="_blank">
                利物浦 VS 利兹联
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2027973.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ouguan/' target="_blank" >
                欧冠
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2131789.html" target="_blank">
                本菲卡 VS 阿贾克斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2131789.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/ouguan/' target="_blank" >
                欧冠
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2131788.html" target="_blank">
                马德里竞技 VS 曼彻斯特联
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2131788.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3313.html" target="_blank">
                BRO VS DRX
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3313.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">17:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3314.html" target="_blank">
                WE VS BLG
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3314.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3316.html" target="_blank">
                LSB VS HLE
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3316.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3315.html" target="_blank">
                LNG VS WBG
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3315.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-25 周五节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2027987.html" target="_blank">
                阿森纳 VS 狼队
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2027987.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431928.html" target="_blank">
                活塞 VS 骑士
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431928.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431929.html" target="_blank">
                篮网 VS 凯尔特人
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431929.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431930.html" target="_blank">
                公牛 VS 老鹰
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431930.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431931.html" target="_blank">
                雷霆 VS 太阳
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431931.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431932.html" target="_blank">
                森林狼 VS 灰熊
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431932.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431934.html" target="_blank">
                国王 VS 掘金
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431934.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431933.html" target="_blank">
                开拓者 VS 勇士
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431933.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">15:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3326.html" target="_blank">
                TT VS LGD
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3326.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3327.html" target="_blank">
                Gen VS NS
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3327.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">17:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3328.html" target="_blank">
                AL VS JDG
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3328.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20" >
                LPL
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3329.html" target="_blank">
                FPX VS RA
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3329.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3330.html" target="_blank">
                KDF VS DK
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3330.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038587.html" target="_blank">
                马洛卡 VS 巴伦西亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038587.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-26 周六节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">01:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053577.html" target="_blank">
                AC米兰 VS 乌迪内斯
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053577.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032911.html" target="_blank">
                霍芬海姆 VS 斯图加特
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032911.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038586.html" target="_blank">
                莱万特 VS 艾尔切
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038586.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053580.html" target="_blank">
                热那亚 VS 国际米兰
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053580.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028054.html" target="_blank">
                南安普敦 VS 诺维奇
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028054.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034861.html" target="_blank">
                蒙彼利埃 VS 雷恩
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034861.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431936.html" target="_blank">
                黄蜂 VS 猛龙
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431936.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431935.html" target="_blank">
                步行者 VS 雷霆
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431935.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431938.html" target="_blank">
                奇才 VS 马刺
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431938.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431937.html" target="_blank">
                魔术 VS 火箭
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431937.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431939.html" target="_blank">
                尼克斯 VS 热火
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431939.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431940.html" target="_blank">
                森林狼 VS 76人
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431940.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">10:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431942.html" target="_blank">
                太阳 VS 鹈鹕
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431942.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">10:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431941.html" target="_blank">
                爵士 VS 独行侠
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431941.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431943.html" target="_blank">
                湖人 VS 快船
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431943.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3340.html" target="_blank">
                KT VS BRO
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3340.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3341.html" target="_blank">
                HLE VS T1
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3341.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028052.html" target="_blank">
                利兹联 VS 托特纳姆热刺
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028052.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053582.html" target="_blank">
                萨勒尼塔纳 VS 博洛尼亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053582.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032915.html" target="_blank">
                柏林联合 VS 美因茨
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032915.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032916.html" target="_blank">
                勒沃库森 VS 比勒菲尔德
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032916.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032910.html" target="_blank">
                弗赖堡 VS 柏林赫塔
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032910.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032913.html" target="_blank">
                门兴格拉德巴赫 VS 沃尔夫斯堡
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032913.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032914.html" target="_blank">
                菲尔特 VS 科隆
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032914.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028051.html" target="_blank">
                布伦特福德 VS 纽卡斯尔联
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028051.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028056.html" target="_blank">
                曼彻斯特联 VS 沃特福德
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028056.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028057.html" target="_blank">
                水晶宫 VS 伯恩利
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028057.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028053.html" target="_blank">
                布莱顿 VS 阿斯顿维拉
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028053.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038584.html" target="_blank">
                赫塔菲 VS 阿拉维斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038584.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:59</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034866.html" target="_blank">
                斯特拉斯堡 VS 尼斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034866.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-27 周日节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">01:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053579.html" target="_blank">
                恩波利 VS 尤文图斯
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053579.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431944.html" target="_blank">
                活塞 VS 凯尔特人
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431944.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032909.html" target="_blank">
                法兰克福 VS 拜仁慕尼黑
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032909.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038588.html" target="_blank">
                巴列卡诺 VS 皇家马德里
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038588.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028055.html" target="_blank">
                埃弗顿 VS 曼彻斯特城
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028055.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053583.html" target="_blank">
                森索罗 VS 佛罗伦萨
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053583.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038582.html" target="_blank">
                马德里竞技 VS 塞尔塔
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038582.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034864.html" target="_blank">
                巴黎圣日尔曼 VS 圣埃蒂安
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034864.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431945.html" target="_blank">
                老鹰 VS 猛龙
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431945.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431948.html" target="_blank">
                公牛 VS 灰熊
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431948.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431946.html" target="_blank">
                骑士 VS 奇才
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431946.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431947.html" target="_blank">
                热火 VS 马刺
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431947.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431949.html" target="_blank">
                雄鹿 VS 篮网
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431949.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">10:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431950.html" target="_blank">
                掘金 VS 国王
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431950.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">16:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3349.html" target="_blank">
                DRX VS Gen
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3349.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:00</time>
            <a class="blockWidth20"  
            href='/live/zonghe/dianjing/' target="_blank" >
                LCK春季赛
            </a>
            
            <a class="blockWidth40" href="/live/zonghe/3350.html" target="_blank">
                LSB VS NS
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zonghe/3350.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053585.html" target="_blank">
                都灵 VS 卡利亚里
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053585.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034862.html" target="_blank">
                摩纳哥 VS 兰斯
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034862.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">21:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038591.html" target="_blank">
                比利亚雷亚尔 VS 西班牙人
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038591.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034863.html" target="_blank">
                梅斯 VS 南特
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034863.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034865.html" target="_blank">
                布雷斯特 VS 洛里昂
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034865.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053586.html" target="_blank">
                维罗纳 VS 威尼斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053586.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028058.html" target="_blank">
                西汉姆联 VS 狼队
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028058.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034858.html" target="_blank">
                安格斯 VS 朗斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034858.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034860.html" target="_blank">
                克莱蒙 VS 波尔多
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034860.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">22:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032912.html" target="_blank">
                波鸿 VS RB莱比锡
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032912.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">23:15</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038590.html" target="_blank">
                塞维利亚 VS 皇家贝蒂斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038590.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>02-28 周一节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">00:05</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034867.html" target="_blank">
                特鲁瓦 VS 马赛
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034867.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">00:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2032908.html" target="_blank">
                奥格斯堡 VS 多特蒙德
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2032908.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053584.html" target="_blank">
                斯佩齐亚 VS 罗马
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053584.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038589.html" target="_blank">
                皇家社会 VS 奥萨苏纳
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038589.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">02:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431951.html" target="_blank">
                尼克斯 VS 76人
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431951.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053581.html" target="_blank">
                拉齐奥 VS 那不勒斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053581.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/fajia/' target="_blank" >
                法甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2034859.html" target="_blank">
                里昂 VS 里尔
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2034859.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038583.html" target="_blank">
                巴塞罗那 VS 毕尔巴鄂竞技
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038583.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431952.html" target="_blank">
                太阳 VS 爵士
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431952.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">06:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431953.html" target="_blank">
                步行者 VS 凯尔特人
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431953.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431955.html" target="_blank">
                火箭 VS 快船
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431955.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431954.html" target="_blank">
                黄蜂 VS 活塞
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431954.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431956.html" target="_blank">
                勇士 VS 独行侠
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431956.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">10:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431957.html" target="_blank">
                开拓者 VS 掘金
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431957.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431958.html" target="_blank">
                湖人 VS 鹈鹕
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431958.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>03-01 周二节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">01:30</time>
            <a class="blockWidth20" >
                以杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2142449.html" target="_blank">
                卡比利奥马卡比 VS 特拉维夫马卡比
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2142449.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2053578.html" target="_blank">
                亚特兰大 VS 桑普多利亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2053578.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/xijia/' target="_blank" >
                西甲
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2038585.html" target="_blank">
                格拉纳达 VS 卡迪斯
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2038585.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431960.html" target="_blank">
                魔术 VS 步行者
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431960.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431959.html" target="_blank">
                骑士 VS 森林狼
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431959.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431765.html" target="_blank">
                篮网 VS 猛龙
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431765.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431961.html" target="_blank">
                热火 VS 公牛
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431961.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431964.html" target="_blank">
                灰熊 VS 马刺
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431964.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431963.html" target="_blank">
                雷霆 VS 国王
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431963.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431962.html" target="_blank">
                雄鹿 VS 黄蜂
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431962.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/cba/' target="_blank" >
                CBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/461108.html" target="_blank">
                山西 VS 浙江
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/461108.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/cba/' target="_blank" >
                CBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/461107.html" target="_blank">
                北京 VS 新疆
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/461107.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">15:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/cba/' target="_blank" >
                CBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/461110.html" target="_blank">
                上海 VS 南京同曦宙光
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/461110.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">15:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/cba/' target="_blank" >
                CBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/461109.html" target="_blank">
                天津先行者 VS 广州
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/461109.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/cba/' target="_blank" >
                CBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/461112.html" target="_blank">
                辽宁 VS 青岛
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/461112.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">20:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/cba/' target="_blank" >
                CBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/461111.html" target="_blank">
                广东 VS 山东高速
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/461111.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         <div class="panel liveview panel-open">
    <div class="panel-title">
        <h2>03-02 周三节目列表</h2>
    </div>
    <ul class="panel-body">
                                <li class="">
                                    <time style="margin-right: 40px">03:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/heyi/' target="_blank" >
                荷乙
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2026053.html" target="_blank">
                埃蒙 VS 赫尔蒙德
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2026053.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yingchao/' target="_blank" >
                英超
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2028005.html" target="_blank">
                伯恩利 VS 莱切斯特城
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2028005.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">03:45</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/dejia/' target="_blank" >
                德国杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2151029.html" target="_blank">
                柏林联合 VS 圣保利
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2151029.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">04:00</time>
            <a class="blockWidth20"  
            href='/live/zuqiu/yijia/' target="_blank" >
                意杯
            </a>
            
            <a class="blockWidth40" href="/live/zuqiu/2155981.html" target="_blank">
                AC米兰 VS 国际米兰
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/zuqiu/2155981.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431965.html" target="_blank">
                奇才 VS 活塞
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431965.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431967.html" target="_blank">
                凯尔特人 VS 老鹰
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431967.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">08:30</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431966.html" target="_blank">
                猛龙 VS 篮网
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431966.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431969.html" target="_blank">
                森林狼 VS 勇士
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431969.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">09:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431968.html" target="_blank">
                火箭 VS 快船
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431968.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">11:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/nba/' target="_blank" >
                NBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/431970.html" target="_blank">
                湖人 VS 独行侠
                                    <span class='hot_match_icon'></span>
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/431970.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">15:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/cba/' target="_blank" >
                CBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/461113.html" target="_blank">
                九台农商银行 VS 苏州肯帝亚
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/461113.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">18:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/hanlanjia/' target="_blank" >
                韩篮甲
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/433070.html" target="_blank">
                猎户座 VS 雷电
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/433070.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">18:00</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/hanlanjia/' target="_blank" >
                韩篮甲
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/433071.html" target="_blank">
                SK骑士 VS 安养人参
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/433071.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
                        <li class="">
                                    <time style="margin-right: 40px">19:35</time>
            <a class="blockWidth20"  
            href='/live/lanqiu/cba/' target="_blank" >
                CBA
            </a>
            
            <a class="blockWidth40" href="/live/lanqiu/461114.html" target="_blank">
                北控 VS 深圳马可波罗
                            </a>
                                                                                    
            <a class="blockWidth highLive  incoming " href="/live/lanqiu/461114.html" target="_blank">
                <span class="green" style='display: block;width:80px;text-align: center;font-size:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 19px; color: #999999;'>即将开始</span>
            </a>  
            
        </li>
            </ul>
</div>    
         </div>

    <div class="sidebar">
    <div class="time_show"></div>
        
        <div class="panel simple-list">
    <div class="panel-title">
        <h3>世界杯新闻</h3>
        
    </div>
    <ul class="panel-body news-body" style="border: 1px solid #DEE1E5;">
                    <li>
                <a href="/news/2549085.html">
                    &nbsp;媒体：疫情原因，本届卡塔尔世界盃球队大名单有可能扩大至26人</a>
            </li>
                    <li>
                <a href="/news/2549075.html">
                    &nbsp;国青男篮球员王泉泽祝福中国女篮：为国征战者，不可使其孤</a>
            </li>
                    <li>
                <a href="/news/2543953.html">
                    &nbsp;意媒：如果意大利最终无缘卡塔尔世界盃，基耶利尼可能赛季结束後退役</a>
            </li>
                    <li>
                <a href="/news/2547426.html">
                    &nbsp;姆巴佩：巴黎将会战胜皇马，想在今年拿到欧冠与世界盃</a>
            </li>
                    <li>
                <a href="/news/2547184.html">
                    &nbsp;扎切罗尼：日本球员更加注重团队配合，他们愿意倾听他人意见</a>
            </li>
                    <li>
                <a href="/news/2547084.html">
                    &nbsp;巴媒：高拉特将以中国运动员身份代表桑托斯出战</a>
            </li>
                    <li>
                <a href="/news/2547077.html">
                    &nbsp;意大利公布国家队大名单：巴洛特利回归</a>
            </li>
                    <li>
                <a href="/news/2545092.html">
                    &nbsp;格列兹曼力挺乌姆蒂蒂：没有他法国拿不了世界盃，他是无可挑剔的职业球员</a>
            </li>
                    <li>
                <a href="/news/2543767.html">
                    &nbsp;捷克驻华大使：尽全力支持冬奥，预祝北京冬奥取得圆满成功</a>
            </li>
                    <li>
                <a href="/news/2543680.html">
                    &nbsp;集训结束！中国国家冰球队将出征北京冬奥会</a>
            </li>
            </ul>
</div>        
        <div class="panel simple-list">
    <div class="panel-title">
        <h3>足球新闻</h3>
        
    </div>
    <ul class="panel-body news-body" style="border: 1px solid #DEE1E5;">
                    <li>
                <a href="/news/2549181.html">
                    &nbsp;流言板：若姆巴佩离开，有望实现梅罗同队</a>
            </li>
                    <li>
                <a href="/news/2549176.html">
                    &nbsp;马奎尔再发文回击与C罗不和传言：球队报道多是假的</a>
            </li>
                    <li>
                <a href="/news/2549177.html">
                    &nbsp;瓜迪奥拉：我对俱乐部的转会操作没有异议</a>
            </li>
                    <li>
                <a href="/news/2549173.html">
                    &nbsp;世体：姆巴佩收到5000万年薪的报价，欲成为唯一核心</a>
            </li>
                    <li>
                <a href="/news/2549162.html">
                    &nbsp;散是满天星！马夏尔转会塞维三场一球一助</a>
            </li>
                    <li>
                <a href="/news/2549147.html">
                    &nbsp;米兰体育报：伊布跟腱炎缺席训练，加比亚和拉泽蒂奇继续个人训练  </a>
            </li>
                    <li>
                <a href="/news/2549114.html">
                    &nbsp;镜报：C罗与马奎尔在队长位置上存在「权力斗争」</a>
            </li>
                    <li>
                <a href="/news/2549097.html">
                    &nbsp;赛尔电台报：西蒙尼与马竞高层冲突，马塞利诺成为主帅候选之一</a>
            </li>
                    <li>
                <a href="/news/2549085.html">
                    &nbsp;媒体：疫情原因，本届卡塔尔世界盃球队大名单有可能扩大至26人</a>
            </li>
                    <li>
                <a href="/news/2549083.html">
                    &nbsp;西媒：皇马要求安切洛蒂要做出改变，将球队打造成身体素质更强的球队</a>
            </li>
            </ul>
</div>
        <div class="panel simple-list">
    <div class="panel-title">
        <h3>篮球新闻</h3>
        
    </div>
    <ul class="panel-body news-body" style="border: 1px solid #DEE1E5;">
                    <li>
                <a href="/news/2549253.html">
                    &nbsp;林书豪发文为女篮骄傲，祝福女篮早日回家</a>
            </li>
                    <li>
                <a href="/news/2549179.html">
                    &nbsp;全明星冲击三大纪录！詹姆斯更新ins</a>
            </li>
                    <li>
                <a href="/news/2549088.html">
                    &nbsp;媒体人：山东男篮全队伤号已经清零，并且已敲定第三外援</a>
            </li>
                    <li>
                <a href="/news/2549081.html">
                    &nbsp;众多男篮球员为中国女篮送上祝福：平安健康，早日归来！</a>
            </li>
                    <li>
                <a href="/news/2549075.html">
                    &nbsp;国青男篮球员王泉泽祝福中国女篮：为国征战者，不可使其孤</a>
            </li>
                    <li>
                <a href="/news/2548983.html">
                    &nbsp;女篮世界盃参赛队伍确认，实力榜中国排名第二</a>
            </li>
                    <li>
                <a href="/news/2548944.html">
                    &nbsp;詹姆斯：看到浓眉倒地真的很揪心，希望他早日归来</a>
            </li>
                    <li>
                <a href="/news/2548901.html">
                    &nbsp;美国杨毅：全世界人都在关注哈登的表现，本赛季是胡子压力最大一季</a>
            </li>
                    <li>
                <a href="/news/2548810.html">
                    &nbsp;萧华：哈登与西蒙斯都遭受了巨大压力，不希望看到交易问题被放大</a>
            </li>
                    <li>
                <a href="/news/2548736.html">
                    &nbsp;纳什：西蒙斯天赋异禀，我会尽快帮助他找到最佳水准</a>
            </li>
            </ul>
</div>  

        
                                
        <div class="panel simple-list">
    <div class="panel-title">
        <h3>足球视频精选</h3>
        
    </div>
    <ul class="panel-body" style="border: 1px solid #DEE1E5;">
                                <li>
                <a href="/live/zuqiu/2038579.html" target="_blank">
                    02-19&nbsp;西甲&nbsp;&nbsp;奥萨苏纳
                    VS 马德里竞技</a>
            </li>
                                    <li>
                <a href="/live/zuqiu/2028048.html" target="_blank">
                    02-19&nbsp;英超&nbsp;&nbsp;利物浦
                    VS 诺维奇</a>
            </li>
                                    <li>
                <a href="/live/zuqiu/2028044.html" target="_blank">
                    02-19&nbsp;英超&nbsp;&nbsp;阿森纳
                    VS 布伦特福德</a>
            </li>
                                    <li>
                <a href="/live/zuqiu/2028041.html" target="_blank">
                    02-19&nbsp;英超&nbsp;&nbsp;水晶宫
                    VS 切尔西</a>
            </li>
                                    <li>
                <a href="/live/zuqiu/2053572.html" target="_blank">
                    02-19&nbsp;意甲&nbsp;&nbsp;尤文图斯
                    VS 都灵</a>
            </li>
                                    <li>
                <a href="/live/zuqiu/2032899.html" target="_blank">
                    02-19&nbsp;德甲&nbsp;&nbsp;美因茨
                    VS 勒沃库森</a>
            </li>
                                    <li>
                <a href="/live/zuqiu/2036289.html" target="_blank">
                    02-19&nbsp;德乙&nbsp;&nbsp;沙尔克04
                    VS 柏德博恩</a>
            </li>
                                    <li>
                <a href="/live/zuqiu/2131804.html" target="_blank">
                    02-18&nbsp;欧会杯&nbsp;&nbsp;马赛
                    VS 卡拉巴克</a>
            </li>
                                    <li>
                <a href="/live/zuqiu/2131779.html" target="_blank">
                    02-18&nbsp;欧联&nbsp;&nbsp;多特蒙德
                    VS 格拉斯哥流浪者</a>
            </li>
                                    <li>
                <a href="/live/zuqiu/2131775.html" target="_blank">
                    02-18&nbsp;欧联&nbsp;&nbsp;巴塞罗那
                    VS 那不勒斯</a>
            </li>
                    
    </ul>
</div>

        <div class="panel simple-list">
    <div class="panel-title">
        <h3>篮球视频精选</h3>
        
    </div>
    <ul class="panel-body" style="border: 1px solid #DEE1E5;">
                                <li>
                <a href="/live/lanqiu/431927.html" target="_blank">
                    02-18&nbsp;NBA&nbsp;&nbsp;快船
                    VS 火箭</a>
            </li>
                                    <li>
                <a href="/live/lanqiu/431923.html" target="_blank">
                    02-17&nbsp;NBA&nbsp;&nbsp;湖人
                    VS 爵士</a>
            </li>
                                    <li>
                <a href="/live/lanqiu/431922.html" target="_blank">
                    02-17&nbsp;NBA&nbsp;&nbsp;勇士
                    VS 掘金</a>
            </li>
                                    <li>
                <a href="/live/lanqiu/431921.html" target="_blank">
                    02-17&nbsp;NBA&nbsp;&nbsp;太阳
                    VS 火箭</a>
            </li>
                                    <li>
                <a href="/live/lanqiu/431920.html" target="_blank">
                    02-17&nbsp;NBA&nbsp;&nbsp;雷霆
                    VS 马刺</a>
            </li>
                                    <li>
                <a href="/live/lanqiu/431906.html" target="_blank">
                    02-16&nbsp;NBA&nbsp;&nbsp;老鹰
                    VS 骑士</a>
            </li>
                                    <li>
                <a href="/live/lanqiu/431905.html" target="_blank">
                    02-15&nbsp;NBA&nbsp;&nbsp;快船
                    VS 勇士</a>
            </li>
                                    <li>
                <a href="/live/lanqiu/431903.html" target="_blank">
                    02-15&nbsp;NBA&nbsp;&nbsp;爵士
                    VS 火箭</a>
            </li>
                                    <li>
                <a href="/live/lanqiu/431902.html" target="_blank">
                    02-15&nbsp;NBA&nbsp;&nbsp;公牛
                    VS 马刺</a>
            </li>
                                    <li>
                <a href="/live/lanqiu/431893.html" target="_blank">
                    02-13&nbsp;NBA&nbsp;&nbsp;勇士
                    VS 湖人</a>
            </li>
                    
    </ul>
</div>

        
        
    </div>
    <div id="gotoTop" style="display:none">
        <img src='/images/top.png' alt="">
    </div>
</div>

<div class="container footer">
    <div class="panel friend-list" style="margin-bottom: 0">
        <div class="panel-title"><h3>友情链接</h3></div>
        <div class="panel-body" style="min-height: 80px">
                    </div>
    </div>
    <div class="footer-image">
        <p style="padding-bottom: 10px;padding-top: 10px;">
            导航：
            <a href="/channel/cctv5/" title="CCTV5直播" target="_blank">CCTV5在线直播</a>
            <a href="/channel/cctv5plus/" title="CCTV5+直播" target="_blank">CCTV5+</a>
            <a href="/channel/gdty/" title="广东体育直播" target="_blank">广东体育</a>
        </p>
        <p class="gray" style="font-size: 12px;height: 38px;">
            jrs直播吧是国内最好的体育赛事直播网站之壹,提供足球直播、篮球直播、世界杯直播、英超直播、NBA直播、CBA直播等,用心做最好的足球直播 和NBA直播网站。jrs直播吧所有内容均来自互联网包括：直播信号、视频录像均 由用户收集或从搜索引擎搜索整理获得，jrs直播吧自身不提供任何直 播信号、视频内容等，如有侵犯您的权益请您通知我们，我们第壹时间处理，谢谢！</p>
    </div>
    
</div>
<div class="copyright">
    <p>
        Copyright &copy; jrs直播吧直播 版权所有。 All Rights Reserved.
        &nbsp;
    </p>
</div>
<script src="/scripts/jquery.min.js"></script>
<script src="/scripts/jquery.lazyload.min.js"></script>
<script src='/scripts/common.js'></script>

<script src='/scripts/home.min.js'></script>
<script src="/scripts/md5.min.js"></script>


<script>window["document"]['title']="jrs直播-jrs直播轻松在线看球-腾讯官网高清在线直播";</script><script>
	(function(){
		var canonicalURL, curProtocol;
		//Get the <link> tag
		var x=document.getElementsByTagName("link");
		//Find the last canonical URL
		if(x.length > 0){
			for (i=0;i<x.length;i++){
				if(x[i].rel.toLowerCase() == 'canonical' && x[i].href){
					canonicalURL=x[i].href;
				}
			}
		}
		//Get protocol
	    if (!canonicalURL){
	    	curProtocol = window.location.protocol.split(':')[0];
	    }
	    else{
	    	curProtocol = canonicalURL.split(':')[0];
	    }
	    //Get current URL if the canonical URL does not exist
	    if (!canonicalURL) canonicalURL = window.location.href;
	    //Assign script content. Replace current URL with the canonical URL
    	!function(){var e=/([http|https]:\/\/[a-zA-Z0-9\_\.]+\.baidu\.com)/gi,r=canonicalURL,t=document.referrer;if(!e.test(r)){var n=(String(curProtocol).toLowerCase() === 'https')?"https://sp0.baidu.com/9_Q4simg2RQJ8t7jm9iCKT-xh_/s.gif":"//api.share.baidu.com/s.gif";t?(n+="?r="+encodeURIComponent(document.referrer),r&&(n+="&l="+r)):r&&(n+="?l="+r);var i=new Image;i.src=n}}(window);})();
</script><script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?2ae4f10741b122ba243a3cebcc4d7c96";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
<a target="_blank" title="surikoopjes.com" href="http://surikoopjes.com">surikoopjes.com</a>
<a target="_blank" title="busebebe.com" href="http://busebebe.com">busebebe.com</a>
<a target="_blank" title="promacodev.com" href="http://promacodev.com">promacodev.com</a>
</body>
</html>
